home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / MIXCASE.ZIP;1 / READ.NOW < prev    next >
Encoding:
Text File  |  1993-04-25  |  3.9 KB  |  79 lines

  1.  
  2.            Programs for Low Capacity IBM Compat. P.C's
  3.                  copyright G.Michels    1993
  4.  
  5. MIXCASE.BAS
  6.  
  7. This is a program that allows persons with hand and wrist problems to
  8. type  in  all upper case letters (to avoid the trauma of reaching for
  9. the shift keys) and convert the text to mixed case prior to printout.
  10.  
  11. The  program accesses your .Doc file saved in ASCII format.  Thus all
  12. enhancements,  graphics, bold letters, special characters etc. should
  13. be added to the new mixed case file.Doc.  If your word processor uses
  14. an extension other than .doc, modify lines 110,120,130 and 140 of the
  15. program.
  16.  
  17. The rules are relatively simple.  All letters that follow two or more
  18. spaces  are  automatically capitalized -such as at the beginning of a
  19. sentence.  All mid-sentence letters that are to be capitalized should
  20. be  proceeded by a /.  If a "/" is used within the text, then precede
  21. it  by  another  /.    If  a letter following two spaces is not to be
  22. capitalized,  then  use a slash before it.  Skip a line at the top of
  23. the  text  to  avoid  picking  up  the  software  coding of your word
  24. processor.    Enhancements  (bolds, underlines, pictures etc.) can be
  25. added  to  the  new  text that has been run through MIXCASE.BAS. Your
  26. letterhead can be cut and pasted on at that time as well.
  27.  
  28. Suggestion:  Name  original  text  file1.  Mixcase file2.  (rtjustify
  29. file3 if used).
  30.  
  31. Once you are accustomed to adding the "/" prior to mid-sentence words
  32. or  names  that  are  to be capitalized, use of the program becomes a
  33. fairly simple routine.
  34.  
  35. The  GWBasic  program  listing is included to allow you to change the
  36. "/"  slash preceding each mid-sentence word that is to be capitalized
  37. to  any  other  special  character  that you find easy to use.  Also,
  38. remember  to  change  the .Doc extension if it is not appropriate for
  39. your word processor.
  40.  
  41.                 *********************************
  42.  
  43. RTJUST.BAS
  44.  
  45. This  program  is a means of right justifying text if that feature is
  46. not  included  with  your  word  processor.   If you already have the
  47. feature, delete this program since it is kind of a last resort.  
  48.  
  49.                 ********************************
  50.  
  51. ENV3.BAS, ENV4.BAS and ENV5.BAS 
  52.  
  53. Written  for  a  DMP33  printer  since  setting  up  labels for every
  54. envelope that needs to be mailed gets to be a chore.  Hopefully these
  55. programs can be modified for your printer if you do not have software
  56. that prints envelopes.  Otherwise delete these programs.
  57.  
  58. ENV3 is for a 3 line address, ENV4 is for a 4 line address -etc.
  59.  
  60. Before  using,  modify programs to print your return address where it
  61. says  "type  your  name  here", "type your street address here","type
  62. city,type 2 char state and zip".
  63.  
  64. Place  envelope  so  the  top  edge is just below the top edge of the
  65. printer  head.    Align  left  side  just as you would paper.  Adjust
  66. tension  slightly  looser than you would for single sheets of paper. 
  67. You can test these programs on a plain sheet of paper in your printer
  68. before actual use to see how they work out for you.
  69.  
  70. Good Luck!
  71.  
  72.                ********************************
  73.  
  74. EXAMPLE OF INITIAL TYPING PRIOR TO USE OF MIXCASE.BAS AND RTJUST.BAS
  75.  
  76. (see third paragraph above)
  77. THE RULES ARE RELATIVELY SIMPLE.  ALL LETTERS THAT FOLLOW TWO OR MORE SPACES ARE AUTOMATICALLY CAPITALIZED -SUCH AS AT THE BEGINNING OF A SENTENCE.  ALL MID-SENTENCE LETTERS THAT ARE TO BE CAPITALIZED SHOULD BE PROCEEDED BY A //.  IF A "//" IS USED WITHIN THE TEXT, THEN PRECEDE IT BY ANOTHER //.  IF A LETTER FOLLOWING TWO SPACES IS NOT TO BE CAPITALIZED, THEN USE A SLASH BEFORE IT.  SKIP A LINE AT THE TOP OF THE TEXT TO AVOID PICKING UP THE SOFTWARE CODING OF YOUR WORD PROCESSOR.  ENHANCEMENTS (BOLDS, UNDERLINES, PICTURES ETC.) CAN BE ADDED TO THE NEW TEXT THAT HAS BEEN RUN THROUGH /M/I/X/C/A/S/E./B/A/S. /YOUR LETTERHEAD CAN BE CUT AND PASTED ON AT THAT TIME AS WELL.
  78.  
  79.